adTempus API
|
Gets the description of the step with which this item is associated.
__property BSTR* StepDescription;
BSTR* StepDescription;
Property StepDescription() As BSTR*
The StepDescription is the description of the step obtained by calling the step's GetDescription method (the description that is shown in the user interface) at the time the step was executed. This property will always give you the description of the step as it was when it was executed, even if the step has subsequently been modified.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|